home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 021a / eedraw22.zip / UPDATE.NEW < prev   
Text File  |  1991-07-25  |  3KB  |  57 lines

  1. Version 2.2
  2. -----------
  3. 1. Add net list capability to eedraw. The net list generated can not
  4.    destinguish BUS connections and list all of them (How other similar
  5.    tools handle that!?).
  6. 2. Enlarged the capacity of the library so bigger items may be defined.
  7.    If you tried to define a part and eedraw said 'too big...', try again.
  8.  
  9. Version 2.1
  10. -----------
  11. 1. Fix a minor bug when attempt is made to use one of the save routine
  12.    where no active window exists.
  13. 2. Added LoadLibByName and ChDirLibraries functions in the lib menu.
  14.    Enable loading libraries from a different directory than the current
  15.    one. A new variable LibrariesPath has been added to eedraw.cfg and
  16.    which specifies the default eedraw lib directory (can be changed using
  17.    ChDirLibraries function).
  18.  
  19. Version 2.0
  20. -----------
  21. 1. A radical user interface change. A new window based tool kit has been
  22.    developed (under msdos not MS windows) and was used in eedraw for the
  23.    following:
  24.    a. MULTI WINDOWS which implies multiple files may be manipulated
  25.       simultaneously.
  26.    b. Input devices may be keyboard/mouse/joystick in any combination.
  27.    c. Display devices can virtually be any device supporting the BGI
  28.       protocol.
  29.    d. On line help.
  30.    e. Back saving into expanded memory or (ram) disk file.
  31.    f. Colors are now user setable.
  32.    This tool kit completely isolates the EEdraw program from Borland's
  33.    graphics. Porting this program to a new environment means developing a
  34.    similar tool kit. Users of EEdraw 1.0 should very easily adopt to this
  35.    environment as the program structure is very much the same.
  36.  
  37. Version 1.2
  38. -----------
  39. 1. Fix minor bug in 'Continue' window displayed after vertical data having
  40.    wrong width.
  41. 2. Allow scaled text (up to factor of 7) using SetTextSize entry in the
  42.    status pull down menu.
  43. 3. All graphics calls have been moved to IGraph.c to isolate this device
  44.    dependency in one file. graphics.h is still sources by other file as they
  45.    use its constants (CENTERing text, colors etc.).
  46.  
  47. Version 1.1
  48. -----------
  49.  
  50. 1. Support has been added to CGA devices on the one hand and Super VGA on
  51.    the other. Hook for ATT device has been added as well but not tested.
  52.    The BGI drivers are not linked in and loaded by demand. This freed about
  53.    20k.
  54. 2. Cursor is positioned in the query, so if for example a Yes/No query pops
  55.    up, the cursor will be positioned on the Yes.
  56.    The Yes/No query now accept Y/N keystrokes.
  57.